翻訳と辞書
Words near each other
・ Mode
・ Mode (computer interface)
・ Mode (literature)
・ MODE (magazine)
・ Mode (music)
・ Mode (statistics)
・ Mode 1
・ Mode 13h
・ Mode 2
・ Mode 3
・ Mode 3 (telephone)
・ Mode 7
・ Mode 7 (disambiguation)
・ Mod proxy
・ Mod python
Mod qos
・ Mod revival
・ Mod ruby
・ MoD Sealand
・ Mod ssl
・ MOD St Athan
・ Mod Sun
・ Mod The Sims
・ Mod wsgi
・ Mod4Win
・ Mod7
・ Moda
・ Moda Center
・ Moda Domani Institute
・ Moda FC


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Mod qos : ウィキペディア英語版
Mod qos

mod_qos is a quality of service (QoS) module for the Apache HTTP server implementing control mechanisms that can provide different priority to different requests.
==Description==
A web server can only serve a limited number of concurrent requests. QoS is used to ensure that important resources stay available under high server load. mod_qos is used to reject requests to unimportant resources while granting access to more important applications. It is also possible to disable access restrictions, for example, for requests to very important resources or for very important users.
Control mechanisms are available at the following levels:
*Request level control: mod_qos controls the number of concurrent requests to a name space (URL). It is used to define different priorities to different pages or applications within a web server.
*Connection level control: mod_qos controls the number of TCP connections to the web server. This helps limit the connections coming from a single client or from unknown networks, in order to reduce the maximum number of concurrent connections to a virtual server or to implement dynamic HTTP keep-alive settings.
*Bandwidth level control: throttles requests/responses to certain URL on the web server.
*Generic request line and header filter dropping suspicious request URLs or HTTP headers.
The module can be useful when used in a reverse proxy in order to divide up resources to different webserver.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Mod qos」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.